home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / www / library / implemen / httelnet.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  404 b   |  20 lines

  1. /*                 /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTelnet.html
  2.                             TELNET AND SIMILAR ACCESS METHODS
  3.                                              
  4.  */
  5.  
  6. #ifndef HTTELNET_H
  7. #define HTTELNET_H
  8.  
  9. #include "HTAccess.h"
  10.  
  11. GLOBALREF HTProtocol HTTelnet;
  12. GLOBALREF HTProtocol HTRlogin;
  13. GLOBALREF HTProtocol HTTn3270;
  14.  
  15. #endif
  16.  
  17. /*
  18.  
  19.    end */
  20.